@charset "utf-8";


/*背景音乐*/
.audio_wrap{
    position:fixed;
    bottom:10px;
    right:10px;
	z-index:9000;
}
/*头部轮播图效果*/
.banner_slider_wrap{
    width: 1060px;
    margin:0 auto;
    margin-bottom:20px;
}
.container{
    width: 100%;
    height: 396px;
    overflow:hidden;
}
.mySlideshow .animated{
    position:absolute;
}
.slogan1,.slogan2{
    position: absolute;
    font-family:'方正兰亭粗黑', sans-serif;
    font-size:44px;
    line-height:30px;
    font-weight:bold;
    color:#000;
    top:134px;
    right:100px;
    text-align:center;
    /*margin-left:-160px;*/
}
.slogan1 span,.slogan2 span{
    font-family:arial, helvetica, sans-serif;
    font-size:24px;
    font-weight:normal;
}
.slogan2{
    top:230px;
    right:160px;
}
.mySlideshow>li{
    background-size: cover;
}
/*.first{*/
    /*background:url("../imgs/banner_bg1.png") center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.second{*/
    /*background:url("../imgs/banner_bg2.png") center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.third{*/
    /*background:url("../imgs/banner_bg3.png") center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.fourth{*/
    /*background:url("../imgs/banner_bg4.png") center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.five{*/
    /*background:url("../imgs/banner_bg5.png") center no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.six{*/
    /*background:url("../imgs/banner_bg6.png") center no-repeat;*/
    /*background-size: cover;*/
/*}*/



/*企业内容*/
.contact_wrap{
    width: 100%;
}
.company_content{
    width: 1060px;
    margin:0 auto;
    padding:30px 15px 40px;
    background:#fff;
    border-bottom:2px solid #ffd100;
    margin-bottom:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zhuxi_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid red;
    margin-bottom:15px;
}
.zhuxi_title>h2{
    /*width: 120px;*/
    height: 28px;
    margin-right:10px;
    /*border: 1px solid #e50b01;*/
    line-height: 28px;
    font-size:17px;
    font-weight: bold;
    text-align: center;
    color: #e50b01;
}
.zhuxi_title{
    display: flex;
    align-items: center;
}
.zhuxi_title>img{
    margin-right:6px;
}

.title_list{
    border-left:1px solid #e50b01;
}
.title_list>li{
    float:left;
    width: 120px;
    height: 28px;
    border:solid #e50b01;
    border-width:1px 1px 1px 0;
    border-bottom:0;
}

.title_list>li a{
    display:block;
    width: 100%;
    height: 100%;
    line-height:28px;

    text-align:center;
    font-size:15px;
    color:#e50b01;
}
.title_list>li.current>a{
    color:#fff;
    background:#e50b01;
}
/*.title_list>li a:hover{*/
    /*color:#fff;*/
    /*background:#e50b01;*/
/*}*/
.rouyu_wrapper>p{
    text-indent: 2em;
}
.content_main{
    width: 100%;
    /*min-height: 400px;*/
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content_main p{
    font-size:14px;
    text-indent: 2em;
    line-height:30px;
    text-align:justify;
    color:#666;
}
.con_title{
    width: 100%;
    height: 18px;
    line-height:18px;
    font-size:14px;
    color:#e50b01;
    font-weight:bold;
    padding-bottom:10px;
    border-bottom:2px solid #999;
    margin-bottom:16px;
}
.con_title img{
    margin-right:10px;
}
.con_title span{
    font-size:14px;
    color:#e50b01;
    font-weight:bold;
}

.con1_text{
    width: 498px;
    padding-top:10px;
    display:none;
}
.con1_text p{
    line-height:22px;
    font-size:12px;
    color:#000;
}
.pic_wrap{
    display:flex;
    align-items: center;
    margin:12px 0;
}
.pic_wrap>a{
    flex:1;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pic_wrap>a img{
    width: 100%;
}






/*公司信息*/
.company_info{
    width: 100%;
    margin-bottom:26px;
}
.info_left{
    width: 480px;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_wrap{
    width: 100%;
    margin-bottom:20px;
}
.info_title{
    width: 100%;
    margin-bottom:12px;
}
.info_title span,.info_title>a{
    height: 20px;
    padding:0 10px 4px;
    margin-right:4px;
    font-size:18px;
    cursor: pointer;
}
.info_title a:hover{
    color:red;
    text-decoration: underline;
}
.info_title span.title_active{
    color:#e50b01;
    border-bottom:2px solid #e50b01;
}
.info_title .more{
    font-size:14px;
    margin-top:6px;
}
.list_top_wrap{
    width: 100%;
}
.list_top{
    width: 100%;
    background:#fff;
}
.list_top>li{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding:0 8px;
    height: 36px;
    border-bottom:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_top>li:last-child{
    border-bottom:none;
}
.list_top>li a{
    width: 80%;
    height: 100%;
    line-height:36px;
    font-size:14px;
    color:#000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_top>li span{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    height: 100%;
    line-height:36px;
    font-size:14px;
    color:#000;
}
.list_top>li a:hover{
    text-decoration: underline;
    color:red;
}


.product_wrap{
    width: 100%;
}

/*右边视频*/
.info_right{
    width: 500px;
    padding:20px 10px 26px;
    background:#fff;
    -webkit-box-shadow:  3px 3px 5px #ccc;
    -moz-box-shadow:  3px 3px 5px #ccc;
    box-shadow:  3px 3px 5px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.xuanchuan_title{
    font-size:18px;
    color:#e50b01;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
}
.xuanchuan_infos{
    width: 100%;
}

.xuanchuan_left{
    width: 370px;
    height: 248px;
}
.xuanchuan_right{
    width: 105px;
    height: 248px;
}
.xuanchuan_right ul{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.xuanchuan_right ul>li{
    position:relative;
    width: 100%;
}
.xuanchuan_opaBox{
    position:absolute;
    bottom:6px;
    left:0;
    width: 100%;
    height: 30px;
    line-height:30px;
    background:rgba(0,0,0,.3);
    font-size:14px;
    color:#fff;
    text-align:center;
}
.xuanchuan_right ul>li a{
    display:block;
    width: 100%;
    height: 80px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.xuanchuan_right ul>li:nth-child(2) a{
    padding: 6px 0;
}
/*.index_video{*/
    /*position:relative;*/
    /*width: 100%;*/
    /*height: 324px;*/
/*}*/
/*.bd{*/
    /*position:relative;*/
    /*float:left;*/
    /*width: 356px;*/
    /*height: 324px;*/
/*}*/
/*.bd_list{*/
    /*position:relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.bd_list>li{*/
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*/!*opacity:0;*!/*/
    /*/!*filter:alpha(opacity:0);*!/*/
/*}*/
/*.bd_list a{*/
    /*position:relative;*/
    /*display:block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*#video {*/
    /*position: relative;*/
    /*z-index: 400;*/
    /*width: 356px;*/
    /*height: 324px;*/
/*}*/
/*.bd_list a img{*/
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:356px;*/
    /*height: 324px;*/
    /*z-index: 500;*/
/*}*/
/*.bd_list a span {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*line-height: 40px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*background:rgba(0,0,0,.4);*/
    /*z-index: 555;*/
/*}*/

/*.bd_list a i {*/
    /*background: url(../imgs/ico-play-btn.png) no-repeat center center;*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: -30px;*/
    /*margin-top: -30px;*/
    /*z-index: 556;*/
/*}*/
/*.hd{*/
    /*position:relative;*/
    /*float:right;*/
    /*width: 122px;*/
    /*overflow: hidden;*/
/*}*/

/*.hoverBg {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 122px;*/
    /*height: 90px;*/
    /*border: 2px solid #ffd100;*/
    /*z-index: 100;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*.hd_list{*/
    /*position:relative;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
/*}*/
/*.hd_list>li{*/
    /*width: 100%;*/
    /*height: 90px;*/
    /*margin-bottom:26px;*/
    /*overflow: hidden;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*/!*.hd_list>li.hoverBg{*!/*/
    /*/!*border: 2px solid red;*!/*/
/*/!*}*!/*/
/*.hd_list>li a{*/
    /*display:block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*企业文化*/
.news_left{
    padding: 0 20px 0 0;
}
.news_left img{
    display:block;
    margin:0 auto;
}
pre{
    line-height:23px;
    font-size:12px;
    color:#000;
    font-family: "微软雅黑";
}
.dongshiju_wrap>div{
    
}
.news_right{
    width: 100%;
    height: 450px;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 10;*/
    overflow: hidden;
}
.news_right>p{
    text-align: justify;
    text-indent: 2em;
    line-height:22px;
    font-size:14px;
    color:#000;
}
.no_omdent>p{
    text-indent: 0;
}
.show_wrap{
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.show_wrap>li{
    position:relative;
    float:left;
    width: 33.33%;
    height: 230px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p_icon {
    position: absolute;
	left:0;top:0;
	display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: url(../imgs/play1.png) center center no-repeat;
}
.gongyi_img{
    width: 100%;
    padding: 6px;
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gongyi_img img{
    width: 100%;
    height: 153px;
}
.opa_box{
    width: 100%;
    padding: 4px;
    font-size:14px;
    text-align:center;
    color:#000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.show_list>li{
    float:left;
    margin-right:24px;
}
.show_list>li:last-child{
    margin-right:0;
}
.show_list>li a{
    font-size:14px;
    color:#000;
}
.show_list>li.current a{
    color:red;
}
.show_imgs_wrap{
    margin:10px 0 0 0;
}
.show_imgs_wrap>div{
    width: 100%;
}


.leader_name{
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    color:#000;
    font-weight:bold;
    margin-bottom:15px;
}
.leader_name span{
    font-size:12px;
    color:#404040;
    padding-top:8px;
    margin-left:10px;
}

/*工衔制*/
.gongxian_show>li{
    float: left;
    width: 33.33%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gongxian_show>li img{
    display: block;
    margin:0 auto;
    width: 100%;
    height: 164px;
}
.opa_text{
    width: 100%;
    font-size:14px;
    color:#000;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*教育培训*/

.jiaoyu_list{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jiaoyu_list>li{
    flex: 1;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jiaoyu_list>li img{
    display: block;
    margin:0 auto;
    width: 182px;
    height: 131px;
}
.jiaoyu_list>li div{
    width: 100%;
    text-align:center;
    font-size:14px;
    color:#000;
}

.jiaoyu_show>li{
    float: left;
    width: 33.33%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jiaoyu_show>li img{
    width: 100%;
    height: 180px;
}
/*集团新闻*/
.con_detial{
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_list{
    width: 100%;
    padding: 25px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_list>li{
    display:flex;
    align-items: center;
    justify-content: space-between;
    background: url(../imgs/dot.png) no-repeat left 12px;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.news_list>li.hx{
    padding-bottom:25px;
	margin-bottom:25px;
    border-bottom: 1px solid #ccc;
}
.news_list>li a{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    color: #005bac;
    width: 80%;
    padding: 6px 0;
    font-size:14px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_list>li span{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color: #ccc;
}
.news_list>li a:hover{
    text-decoration: underline;
    color:red;
}
.page_box{
    width: 100%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*项目推介*/
.xiangmu_title{
    width: 100%;
    height: 36px;
    line-height:36px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background:red;
}
.xiangmu_img{
    display:block;
    width: 100%;
    height: 250px;
}
.xiangmu_img img{
    display:block;
    width: 100%;
    height: 100%;
}
.tuijie_head{
    width: 100%;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tuijie_head h2{
    width: 100%;
    font-size:16px;
    text-align:center;
    color:#000;
    font-weight:bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tuijie_head p{
    text-align:right;
    padding-right:30px;
    font-size:15px;
    color:#999;
    margin-bottom:10px;
}
.tuijie_content{
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tuijie_content p{
    text-indent: 2em;
    font-size:15px;
    line-height:24px;
    color:#000;
    margin-bottom:15px;
}
.tuijie_content img{
    display:block;
    width: 100%;
    margin-bottom:15px;
}
/*集团地址*/
.address{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:0 20px;
}
.address li{
	width: 100%;
	display:block;
	padding:30px 0;
	border-bottom: 1px solid #cfcfcf;
}
.address li .gs_logo{
    float:left;
	width: 260px;
}
.address li .gs_dz{
    display: inline-block;
	width: 460px;
}
.address li .gs_logo img{
	width: 200px;
    height: 142px;
	padding:5px;
	border: 1px solid #cfcfcf;
}
.address li h3{
    color:#000;
    font-family: "微软雅黑";
	margin-bottom:10px;
}
.address li p{
    text-indent: 0;
    color:#000;
    font-family: "微软雅黑";
}
.address>li a{
    color:#0a6ebd;
}
.address>li a:hover{
    text-decoration: underline;
}
/*新闻详情*/
.title_wrap{
    width: 100%;
    margin-bottom: 20px;
    border-bottom:1px solid #ccc;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news_title{
    margin-bottom:15px;
    text-align:center;
    font-size:20px;
    line-height: 20px;
    font-weight:bold;
}
.sub_time{
    margin-bottom: 15px;
    font-size:14px;
    line-height: 14px;
    color:#999;
}

.news_detial{
    width: 100%;
    padding:20px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_detial>p{
    width: 100%;
    margin-bottom:20px;
    font-size:14px;
    line-height:22px;
    color:#000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_detial img{
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.news_slider{
    position:relative;
    width: 100%;
    height: 200px;
    background-color: rgb(238, 238, 238);
}
.focus_list{
    width: 100%;
    height: 100%;
    position:relative;
}
.focus_list>li{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 200px;
    background-color: rgb(238, 238, 238);
}
.focus_list>li a{
    display:block;
	float:left;
}
.focus_list>li a img{
    width: 300px;
    height: 200px;
}

.news_content{
    float:right;
	width: 430px;
    padding: 20px;
}
.news_content h2 a{
    color: red;
    font-size: 18px;
	display:block;
	width:100%;
}
.news_content p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    margin-top: 10px;
}

.num{
    position:absolute;
    bottom:10px;
    right:10px;
    display: flex;
    align-items: center;
}
.num>li{
    width: 10px;
    height: 10px;
    margin-right:6px;
    border-radius:50%;
    background:#ccc;
    cursor: pointer;
}
.num>li.current_active{
    background:red;
}

/*影视中心*/

.video_contanier{
    width: 100%;
    padding: 0 30px;
    margin-bottom:15px;
    background:#1d1d1d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video_wrap{
    width: 100%;
    /*padding:0 30px;*/
    margin-top:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs_panel_wrap{
    position:relative;
}
.tabs_panel{
    width: 600px;
    height: 300px;
    overflow: hidden;
    position:relative;
}
.tabs_panel a{
    display:block;
    width: 100%;
    height: 100%;
}
.tabs_panel_wrap>div{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0; filter: alpha(opacity=0);
}
.pl_icon{
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}
.pl_icon a{
    display:block;
    width: 100%;
    height: 100%;
}

.ui-tabs-nav{
    background-color: #373737;
}


.ui-tabs-nav>li{
    width: 400px;
    height: 60px;
    border-bottom: 1px solid #5a5a5a;
    /*background-color: #373737;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_style{
    width: 100%;
    height: 100%;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.list_style a{*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*color: #bdbdbd;*/
    /*padding: 5px 0;*/
    /*background: url(../imgs/vedio_tb.png) no-repeat left center;*/
    /*padding-left: 28px;*/
/*}*/

/*.tabs-nav>li.tabs-selected a{*/
    /*color: #fff;*/
    /*background: url(../imgs/vedio_tb_white.png) no-repeat left center;*/
/*}*/

.more_video_wrap{
    width: 1060px;
    margin:0 auto;
    padding:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more_video_list{
    width: 100%;
    display:flex;
}
.more_video_list>li{
    flex:1;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video_cover{
    width: 100%;
    height: 150px;
    position:relative;
}

.video_cover a{
    display:block;
    width: 100%;
    height: 100%;
}
.play_icon{
    position:absolute;
    bottom:10px;
    right:10px;
    z-index: 999;
}
.play_icon a{
    display:block;
    width: 40px!important;
    height: 40px;
    overflow: hidden;
    background:url("../imgs/play2.png") center no-repeat;
}
.video_title{
    margin-top:10px;
}
.video_title a{
    font-size:14px;
    color:#005bac;
}
/*新版视频样式*/
.video-itemsWrap{
    width: 100%;
}
.vidoeTitle{
    margin-bottom: 20px;
    border-bottom:1px solid #ccc
}
.vidoeTitle>span{
    border-bottom: 2px solid #e60012;
    padding: 0 10px;
    display: inline-block;
    color: #000;
    font-size:18px;
    line-height: 200%;
}
.more-video{
    margin-right: 30px;
    font-size:16px;
    line-height: 200%;
    color:#005bac;
}
.videlItem-listWrap{
    width: 100%;
    overflow: hidden;
	font-size:14px;
}
.videlItem-list{
    margin-right: -10px;
}
.videlItem-list>li{
    float:left;
    width: 192px;
	height:220px;
    margin-right: 10px;
}

/*画册*/
.huace_showBox{
    position:relative;
    width: 100%;
    height: 820px;
    padding: 10px 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.huace_prev{
    position:absolute;
    top:50%;
    left:20px;
    width: 50px;
    height: 50px;
    margin-top:-25px;
    border-radius:50%;
    background:url("../imgs/prev.png")  center no-repeat;
    background-size:100%;
    z-index: 99;
}
.huace_next{
    position:absolute;
    top:50%;
    right:20px;
    width: 50px;
    height: 50px;
    margin-top:-25px;
    border-radius:50%;
    background:url("../imgs/next.png")  center no-repeat;
    background-size:100%;
    z-index: 99;
}

.huace_showList{
    position:relative;
    width: 100%;
    height: 100%;
}
.huace_showList>li{
    width: 1000px;
    height: 600px;
    position: absolute;
    left: 1000px;
    top: 0;
}
.huace_showList>li img{
    display:block;
    width: 100%;
    height: 100%;
}
.huace_showList>li.active{
    left: 0;
}
.img_numbBox{
    width: 100%;
    height: 40px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.img_numb{
    font-size:16px;
    color:#fff;
}
.img_numb input{
    width: 60px;
    height: 26px;
    padding:4px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img_total{
    height: 26px;
    padding: 2px 10px;
    margin-left:20px;
    font-size:16px;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.confirm{
    height: 26px;
    padding: 2px 10px;
    margin-left:20px;
    font-size:16px;
    color:#000;
    background:#fff;
    border-radius:5px;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


.huace_slider{
    width: 100%;
    height: 800px;
}
.huace_slider img{
    display:block;
    width: 100%;
    height: 100%;
    border-radius:20px;
}
/*荣誉图片*/
.rongyu_list{
    width: 100%;
    margin-bottom:20px;
}
.rongyu_list>li{
    float: left;
    width: 25%;
    padding:6px;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rongyu_list>li img{
    width: 100%;
}
.rongyu_showList{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background:#e4e4e4;*/
}
.rongyu_showList>li{
    float: left;
    padding:0 5px;
    margin:6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rongyu_showList>li a{
    display:block;
    width: 224px;
    padding: 6px;
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rongyu_showList>li a img{
    display:block;
    margin:0 auto;
    width: 210px;
    height: 150px;
}
.tital_every{
    height: 34px;
    display:flex;
    align-items: center;
}
.tital_every span{
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*企业高管*/
.others_wrap{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.other_list{

    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.other_list>li{
    float: left;
    width:50%;
    padding: 0 10px;
    margin-bottom:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.other_img{
    position:relative;
    width: 356px;
    /*border-bottom:2px solid #ffd100;*/
}
.other_img img{
    display:block;
    width: 356px;
    height: 398px;
    margin:0 auto;
}

.other_introduce{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size:15px;
    color:#fff;
    text-align:center;
    background:red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.position{
    position:absolute;
    top:0;
    right:0;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size:15px;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*和平画册*/
.content_huace{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.huace_wrap{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.huace_list{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.huace_list>li{
    float:left;
    width: 50%;
    padding:20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.huace_list>li>div{
    width: 100%;
    padding: 10px;
    border-radius:8px;
    background:#eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.huace_title{
    width: 100%;
    text-align:center;
    margin-bottom:10px;
    font-size:14px;
    color:#333;
}
.huace_img{
    display:block;
    width: 100%;
}
.huace_img img{
    display:block;
    margin:0 auto;
    margin-bottom:8px;
}
.huace_img p{
    width: 100%;
    text-align:center;
    font-size:14px;
    color:#005bac;
}
.huace_year{
    width: 100%;
    text-align:center;
    font-size:14px;
    color:#666;
}
/*查看详情*/
.zhuxi_content_wrap{
    /*padding: 10px 0 0 0;*/
}
.more_infos{
    display:block;
    width: 100%;
    height: 20px;
    text-align:right;
}
.more_infos a{
    font-size:14px;
    color:red;
}

.more_infos a:hover{
    text-decoration: underline;
    /*color:red;*/
}
/*董事局*/
.zhuxi_area{
    width: 100%;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zhuxi_hd {
    height: 28px;
    line-height: 28px;
    position: relative;
    margin-left:-20px;
    z-index: 0;
}
.zhuxi_list{
    /*display:flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/

}
.zhuxi_list>li{
    float:left;
    margin: -1px 0 0 0px;
    /*border-bottom:1px solid red;*/
}
.zhuxi_list li a {
    display:block;
    width: 100px;
    height: 26px;
    /*padding: 0 10px;*/
    line-height:26px;
    color: #000;
    font-size: 14px;
    text-align:center;
    font-weight: bold;
    /*border-radius: 5px 5px 0 0;*/
    /*border: 1px solid #e50b01;*/
}
.zhuxi_list li.current a{
    color: red;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-bottom:2px solid red;
    /*background:#e50b01;*/
    /*box-shadow: 0 0 10px 2px #e50b01;*/
    /*border-color: #ddd;*/
    /*font-weight: bold;*/

}
.zhuxi_list li.current {
    margin-top: -3px;
    z-index: 2;
}

.zhuxi_content{
    width: 100%;
    padding:20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zhuxi_content>div{
    
}
.z_img img{
    display:block;
    margin:0 auto;
}

.show_more{
    font-size:14px;
    color:red;
}
.show_more2{
    font-size:14px;
    color:red;
	position:absolute;
	top:-34px; right:0px;
}
.show_imgs_wrap>div{
    
}
.show_imgs_list{
    display:flex;
    /*align-items: center;*/
}
.show_imgs_list>li{
    flex:1;
    padding: 0 6px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.show_imgs_list>li a{
    display:block;
    width: 100%;
    height: 131px;
    margin-bottom:10px;
}
.img_title{
    width: 100%;
    padding: 0 5px;
    font-size:12px;
    color:#000;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d_show_list{
    width: 100%;
}
.d_show_list>li{
    position:relative;
    float:left;
    width: 50%;
    margin: 10px 0 ;
    /*height: 270px;*/
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border_wrap{
    position:relative;
    width: 100%;
    padding: 6px;
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d_show_list>li img{
    width: 100%;
    height: 254px;
}
.d_opaBox{
    position:absolute;
    bottom:6px;
    left:16px;
    width: calc(100% - 32px);
    padding: 6px 10px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*发展历程*/
a.browse {
    display: block;
    width: 14px;
    height: 21px;
    float: left;
    margin: 20px 0px;
    cursor: pointer;
    font-size: 1px;
}
a.left{
    margin-left: 0;
    background: url(../imgs/prev-horizontal.png) no-repeat -14px 0;
    transition: all 0.5s ease;
}
a.left.disabled {
    background-position: left 0;
}
.scrollable {
    position: relative;
    overflow: hidden;
    width: 672px;
    height: 75px;
    float: left;
    margin: 0 5px;
}
.scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}
.scrollable a.current {
    border-bottom: 6px solid #005bac;
    color: #000;
}
.scrollable a {
    float: left;
    margin: 2px;
    color: #005bac;
    width: 80px;
    _width: 79px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-bottom: 6px solid #ccc;
    transition: all 0.5s ease;
}

a.right{
    clear: right;
    margin-right: 0;
    background: url(../imgs/next-horizontal.png) no-repeat -14px 0;
    transition: all 0.5s ease;
}
a.right.disabled {
    background-position: left 0;
}

/*年份对应内容*/
.yearsList{
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yearsList>div{
    display:none;
}
.yearsItem{
    background: url(../imgs/yearline.jpg) repeat-y 95px top;
}
.yearsItem ul {
    padding: 20px 0;
}
.yearsItem ul li {
    margin-bottom: 10px;
}
.yearsL {
    width: 105px;
    background: url(../imgs/yeardot.jpg) no-repeat right center;
    color: #333;
    float: left;
    display: inline;
    margin-top: 10px;
    height: 21px;
}
.yearsR {
    position:relative;
    background-color: #f6f6f6;
    float: right;
    display: inline;
    width: 570px;
    padding: 10px;
}
.yearsR h3, .yearsR h3 a {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}
.cnp {
    line-height: 21px;
    font-size: 14px;
    color: #666;
    text-align: justify;
}
.yearsarrow {
    position:absolute;
    width: 7px;
    height: 13px;
    display: block;
    overflow: hidden;
    background: url(../imgs/yeararrow.jpg) no-repeat;
}

/*页面头部照片*/
.head_img{
    width: 100%;
    margin-bottom:20px;
}
.head_img img{
    display:block;
    width: 100%;
    height: 156px;
    margin:0 auto;
}
/*企业公会*/
.gonghuiMain_wrap{
    width: 100%;
    margin-bottom:15px;
    display: flex;
    align-items: center;
}
.gonghuiMain_wrap>div{
    position: relative;
    flex: 1;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gonghuiMain_wrap img{
    width: 100%;
}
.gonghui_name{
    position: absolute;
    bottom:6px;
    left:6px;
    width:calc(100% - 12px);
    font-size:16px;
    text-align: center;
    color:#fff;
    padding:4px 0;
    background:rgba(0,0,0,.4);
}
.gonghui_rongyu>h3{
    width: 100%;
    padding: 0;
    margin:0;
    font-size: 16px;
    color:red;
}
.gonghui_list{
    width: 100%;
    padding:10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gonghui_list>li{
    float: left;
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gonghui_list>li a{
    position: relative;
    display: block;
    width: 100%;
}
.gonghui_list>li img{
    width: 100%;
}
.gh_opaWrap{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    padding:8px 0;
    text-align: center;
    background:rgba(0,0,0,.4);
    font-size: 14px;
    color:#fff;
}



.con1_left {
	padding: 0 20px 0 0;
}
.con1_right {
	width: calc(100% - 485px);
}
.news_right>p {
	text-indent: 2em;
	line-height:28px;
	font-size:14px;
	color:#000;
}
pre {
	line-height:23px;
	font-size:14px;
	color:#000;
	font-family: "微软雅黑";
}
.zhuxi_content_wrap>div {
	display:none;
}
.swiper-container .swiper-slide a {
	width: 100%;
	height: 100%;
}
.videoWrap {
	position: fixed;
	top:0;
	left: 0;
	bottom:0;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
	background:rgba(0, 0, 0, .4);
	z-index:999;
}
.videoBox {
	position: relative;
	width: 1000px;
	height: 600px;
	font-size:0;
}
video {
	display:block;
	width: 100%;
	height: 100%;/*加滤镜*//*-webkit-filter: grayscale(100%);*//*filter:grayscale(100%);*/
}
.closeBtn {
	position:absolute;
	top:-10px;
	right:-20px;
	width: 30px;
	height: 30px;
	border-radius:50%;
	background: #fff;
	font-size:20px;
	line-height: 30px;
	text-align: center;
	color:#000;
	cursor: pointer;
}